Transform exercise
- We want to translate and rotate the 2D point p=[2 0]⊤ The translation vector is [−2 0]⊤. The rotation is by 90∘. What are the approximate coordinates of the point after the transform?
-
✱Does the order in which the rotation and translation are applied matter?
-
The matrix M2 rotates a 2D point by 45 degrees.
M2=[cos45∘−sin45∘sin45∘cos45∘]
✱What is the rotation that will rotate a 3D point by 45 degrees around the z-axis?